Document im_module_file and settings assignments as toplevel statements.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Nov 2004 18:22:33 +0000 (18:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Nov 2004 18:22:33 +0000 (18:22 +0000)
2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkrc.sgml: Document im_module_file and settings
assignments as toplevel statements.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkrc.sgml

index 9f681bb668954672e94676f0407d0febfb5aa768..99ca302d73c42a317c696015c8e47aa6d2e833bf 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkrc.sgml: Document im_module_file and settings
+       assignments as toplevel statements.
+
 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/windows.sgml: s/PRETEND_WIN9X/G_WIN32_PRETEND_WIN9X/.
index 79d6231ff1866cfcf6c8461a3b2827f84291173a..55d2d1b5976d3781575647abb931e98571243d29 100644 (file)
@@ -138,6 +138,7 @@ The possible toplevel declarations are:
       <para>Declares a binding set.</para>
     </listitem>
   </varlistentry>
+
   <varlistentry>
     <term><literal>class <replaceable>pattern</replaceable> 
           [ style | binding ][ : <replaceable>priority</replaceable> ]
@@ -147,6 +148,7 @@ The possible toplevel declarations are:
      branch of the inheritance hierarchy.</para>
     </listitem>
   </varlistentry>
+
   <varlistentry>
     <term><literal>include <replaceable>filename</replaceable></literal></term>
     <listitem>
@@ -160,6 +162,7 @@ The possible toplevel declarations are:
        </para>
     </listitem>
   </varlistentry>
+
   <varlistentry>
     <term><literal>module_path <replaceable>path</replaceable></literal></term>
     <listitem>
@@ -168,6 +171,7 @@ The possible toplevel declarations are:
       RC files.</para>
     </listitem>
   </varlistentry>
+
   <varlistentry>
     <term><literal>pixmap_path <replaceable>path</replaceable></literal></term>
     <listitem>
@@ -176,6 +180,16 @@ The possible toplevel declarations are:
       RC files.</para>
     </listitem>
   </varlistentry>
+
+  <varlistentry>
+    <term><literal>im_module_file <replaceable>pathname</replaceable></literal></term>
+    <listitem>
+      <para>Sets the pathname for the IM modules file. Setting this from RC files
+      is deprecated; you should use the environment variable <envar>GTK_IM_MODULE_FILE</envar>
+      instead.</para>
+    </listitem>
+  </varlistentry>
+
   <varlistentry>
     <term><literal>style <replaceable>name</replaceable> [ =
     <replaceable>parent</replaceable> ] { ... }</literal></term>
@@ -183,6 +197,7 @@ The possible toplevel declarations are:
       <para>Declares a style.</para>
     </listitem>
   </varlistentry>
+
   <varlistentry>
     <term><literal>widget <replaceable>pattern</replaceable> 
           [ style | binding ][ : <replaceable>priority</replaceable> ]
@@ -192,6 +207,7 @@ The possible toplevel declarations are:
      group of widgets by matching on the widget pathname.</para>
     </listitem>
   </varlistentry>
+
   <varlistentry>
     <term><literal>widget_class <replaceable>pattern</replaceable> 
           [ style | binding ][ : <replaceable>priority</replaceable> ]
@@ -201,6 +217,15 @@ The possible toplevel declarations are:
      group of widgets by matching on the class pathname.</para>
     </listitem>
   </varlistentry>
+
+  <varlistentry>
+    <term><replaceable>setting</replaceable> = <replaceable>value<replaceable></literal></term>
+    <listitem>
+      <para>Specifies a value for a <link linkend="GtkSettings">setting</link>. Note that
+        settings in RC files are overwritten by system-wide settings which are managed by
+        an XSettings manager.</para>
+    </listitem>
+  </varlistentry>
 </variablelist>
 </para>
 </refsect2>